home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / drdos / dr6up2.exe / KWIKLOAD.BAT < prev    next >
DOS Batch File  |  1993-10-19  |  3KB  |  75 lines

  1. @ECHO OFF                   
  2. ECHO.
  3. ECHO                       Microsoft Windows 3.1
  4. ECHO.
  5. ECHO                         ║ ║╔═╗╔═╣╔═╗╠═ ╔═╗  
  6. ECHO                         ║ ║║ ║║ ║╔═╣║  ╠═╝  
  7. ECHO                         ╚═╝╠═╝╚═╝╚═╝╚═╝╚═╝  
  8. ECHO.
  9. ECHO    KWIKLOAD.BAT will extract all of the Update files you will need from 
  10. ECHO OPEN_UP.EXE.  This batch file should be used ONLY if your system 
  11. ECHO configuration meets the following requirements:
  12. ECHO.
  13. ECHO          1) You must have a hard drive with at least an additional 1.3MB
  14. ECHO            of free disk space on the C: partition.
  15. ECHO.
  16. ECHO          2) You must NOT already have a sub-directory on your C: drive
  17. ECHO            called UPDATE.
  18. ECHO.
  19. ECHO * If your system does NOT meet the above requirements, type CTRL-C to exit
  20. ECHO   KWIKLOAD.BAT now and follow the instructions in README.TXT (viewed using
  21. ECHO   README.BAT) to complete the Update process.
  22. ECHO.
  23. ECHO * If your system does meet these requirements, then PRESS ANY KEY TO 
  24. ECHO   CONTINUE...
  25. ECHO.
  26. PAUSE > NUL
  27. ECHO.
  28. ECHO The following commands will now be executed by KWIKLOAD.BAT:
  29. ECHO.
  30. ECHO                      MD C:\UPDATE
  31. ECHO                      OPEN_UP C:\UPDATE\
  32. ECHO                      C:
  33. ECHO                      CD \UPDATE
  34. ECHO.
  35. ECHO.
  36. ECHO If a message similar to any one of the following error messages are 
  37. ECHO displayed to the screen during this process, be sure to read README.TXT 
  38. ECHO (viewed using README.BAT) for more information:
  39. ECHO.
  40. ECHO                    -- "Unable to create directory" : A directory called
  41. ECHO                       UPDATE may already exist.
  42. ECHO.
  43. ECHO                    -- "Disk full" : Your C: drive has run out of room.
  44. ECHO.
  45. ECHO                    -- "Errors found in ZIP file" : Errors may have 
  46. ECHO                       occurred when downloading DR6WIN.
  47. ECHO.
  48. ECHO.
  49. ECHO PRESS ANY KEY TO CONTINUE...
  50. PAUSE > NUL
  51. MD C:\UPDATE
  52. OPEN_UP C:\UPDATE\
  53. C:
  54. CD \UPDATE
  55. ECHO.
  56. ECHO.
  57. ECHO.
  58. ECHO *** Process Completed ***
  59. ECHO.
  60. ECHO OPEN_UP.EXE has now been run and the files needed to update your system
  61. ECHO have been extracted to C:\UPDATE.
  62. ECHO.
  63. ECHO You must now run the UPDATE.BAT program to update your system.
  64. ECHO.
  65. ECHO This will most likely be done by typing "UPDATE C: DRDOS" as soon as this
  66. ECHO batch file has completed...
  67. ECHO.
  68. ECHO BUT, be sure to read the following HELP screen first!
  69. ECHO.
  70. ECHO.
  71. ECHO PRESS ANY KEY TO CONTINUE...
  72. PAUSE > NUL
  73. ECHO.
  74. CALL UPDATE /H
  75.